gsk: Use the right limit for batch size
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jun 2021 19:21:45 +0000 (15:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jun 2021 19:21:45 +0000 (15:21 -0400)
commit9ea162034a8080e56f9da7006b470db646e3fa2c
treeb7ad7e612617af447123e13de751f77af5e8ea55
parentdc50c7539a3e435acf037c8b848bc590cd97e053
gsk: Use the right limit for batch size

We use 16 bits, so G_MAXINT16 is one bit short.
Just make it explicit as 0xffff.
gsk/ngl/gsknglcommandqueue.c